<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gave-wrap{
    width: 100%;
    background-color:#373332;
    padding: 0.35rem 0.5rem;
    box-sizing: border-box;
    z-index: 100000000000000000000;
    position: fixed;
}
.gave{
    width: 12rem;
    margin: 0 auto;
    height: 2.4rem;
    position: relative;
    padding:0 0.5rem;
}
.img-ff{
    width: 100%;
}
.box-title{
    font-size:16px;
    color: #999999;
}
.box-title-p{
    font-size:12px;
    color: #666;
}
.swiper-slide{
    cursor: pointer;
}
.swiper-slide:hover .box-title{
    color: #b29873;
}
.swiper-slide:hover .box-title-p{
    color: #b29873;
}
/*.sale-title*/
.influence{
    width: 12rem;
    margin: 0 auto;
}
.sale-title{
    font-size: 0.26rem;
    color: #efefef;
    font-weight: bold;
    text-align: center;
    font-family: "æ€æºé»‘ä½“ CN";
}
.sale-title-p{
    font-size: 0.14rem;
    color: #888888;
    text-align: center;
}
.sale-title-colors{
    color:#b29873;
}
.sale-wrap{
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
}
.sale-box{
    display: flex;
    -webkit-display: flex;
}
.sale-left{
    width: 15%;
    height: 0.6rem;
    background-color: #3e3a39;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    font-size: 0.14rem;
    color: #b29873;
}
.sale-left.sale-left-current{
    background-color: transparent;
}
.sale-list{
    width: 85%;
    height: 0.6rem;
    border-bottom: 1px solid #373332;
    display: flex;
    align-items: center;
    -webkit-display: flex;
    -webkit-align-items: center;
    box-sizing: border-box;
}
.sale-item{
    font-size: 0.14rem;
    color: #999999;
    cursor: pointer;
    margin-right: 0.6rem;
}
.icon-jia-more{
    font-size: 0.14rem !important;
    color: #999;
    margin-right: 0.05rem;

}
.more-box{
    border:1px solid #555555;
    padding:0.04rem 0.075rem;
    font-size: 0.14rem;
    color: #999999;
    margin: auto 0.2rem auto auto;
    white-space: nowrap;
}
.swiper-pagination-gg{
    top:60%;
    width: 90%;
}
.swiper-pagination-gg .swiper-pagination-bullet{
    width: 0.1rem;
    height: 1px;
    background-color:#ccc;
    margin:auto 0.05rem ;
}
.swiper-pagination-gg .swiper-pagination-bullet-active{
    width: 0.2rem !important;
    transition: 1s;
    background-color: #b29873;
}
.swiper-button-next-wra{
    background: none !important;
}
.icon-zuo-r{
    display: inline-block;
    font-size: 0.2rem !important;
    color: #fff;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari å’ Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
    position: absolute;
    left: 0.2rem;
    top:0.2rem;
}
.icon-zuo-l{
    display: inline-block;
    font-size: 0.2rem !important;
    color: #fff;
    position: absolute;
    left: 0.2rem;
    top:0.2rem;
    outline:none;
}

/*å¤´éƒ¨å†…å®¹*/
.regulation{
    position: absolute;
    right: 0.6rem;
    top:0;
}
.regulation-title{
    font-size: 0.12rem;
    color: #999999;
    display: flex;
    align-items: center;
    -webkit-display: flex;
    -webkit-align-items: center;;
}
.icon-dingwei{
    margin-right: 0.1rem;
}
.icon-sousuo-x{
    color: #999999;
    font-size: 20px !important;
    margin-right: 0.3rem;
    cursor: pointer;
    display: inline-block;
}

.send{
    font-size: 0;
    display: flex;
    align-items: center;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 0.15rem;
    position: relative;
}
.select-c{
    border: none;
    background-color: transparent;
    color: #999999;
    font-size: 14px;;
}
.input-c{
    width: 0;
    height: 0.3rem;
    border-radius: 5px;
    border: none;
    text-indent: 0.2rem;
    position: absolute;
    right:1.1rem;
    top: -0.03rem;
    display: none;
}
.input-c-show{
    display: block;
    animation: widths 0.5s forwards;
}
.input-c-none{
    animation: widthx 0.5s forwards;
}
@keyframes widths {
    from {width: 0}
    to {width: 80%}
}
@keyframes widthx {
    from {width: 80%}
    to {width: 0}
}
@media screen and (max-width:1440px){
    .input-c-show{
        display: block;
        animation: widths 0.5s forwards;
    }
    .input-c-none{
        animation: widthx 0.5s forwards;
    }
    @keyframes widths {
        from {width: 0}
        to {width: 60%}
    }
    @keyframes widthx {
        from {width: 60%}
        to {width: 0}
    }
}
/*suspension*/
.suspension{
    position: fixed;
    bottom: 2rem;
    right: 0.4rem;
    z-index: 10000000000000000000;
}
.suspension-box{
    color:#888888;
    margin-bottom: 0.3rem;
    cursor: pointer;
}
.suspension-box:hover {
    color: #b29873;
}
.suspension-box:hover .suspension-pic{
    color: #b29873;
    background: url("../img/box1.png")no-repeat center;
    background-size:100%;
}
.suspension-pic{
    width: 0.5rem;
    height: 0.5rem;
    background: url("../img/box2.png")no-repeat center;
    background-size:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin: 0 auto;
}
.suspension-inner{
    font-size: 12px;
    text-align: center;
}
.suspension-fh:hover{
    color: #222;
    background-color: #a89376;
}
.suspension-fh-wrap{
    display: none;
}
.suspension-fh{
    width: 0.5rem;
    height: 0.5rem;
    background-color: #222222;
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    color: #666666;
    margin: 0 auto;
}
.icon-huidingbu-x{
    font-size:0.2rem !important;
}</pre></body></html>